home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / etc / gimp / 2.0 / gimprc < prev    next >
Text File  |  2009-12-15  |  23KB  |  690 lines

  1. # This is the system-wide gimprc file.  Any change made in this file will
  2. # affect all users of this system, provided that they are not overriding the
  3. # default values in their personal gimprc file.
  4. # Lines that start with a '#' are comments. Blank lines are ignored.
  5. # By default everything in this file is commented out.  The file then
  6. # documents the default values and shows what changes are possible.
  7. # The variable ${gimp_dir} is set to the value of the environment variable
  8. # GIMP2_DIRECTORY or, if that is not set, the compiled-in default value is
  9. # used.  If GIMP2_DIRECTORY is not an absolute path, it is interpreted
  10. # relative to your home directory.
  11.  
  12. # Sets the folder for temporary storage. Files will appear here during the
  13. # course of running GIMP.  Most files will disappear when GIMP exits, but
  14. # some files are likely to remain, so it is best if this folder not be one
  15. # that is shared by other users.  This is a single folder.
  16. # (temp-path "${gimp_dir}/tmp")
  17.  
  18. # Sets the swap file location. GIMP uses a tile based memory allocation
  19. # scheme. The swap file is used to quickly and easily swap tiles out to disk
  20. # and back in. Be aware that the swap file can easily get very large if GIMP
  21. # is used with large images. Also, things can get horribly slow if the swap
  22. # file is created on a folder that is mounted over NFS.  For these reasons,
  23. # it may be desirable to put your swap file in "/tmp".  This is a single
  24. # folder.
  25. # (swap-path "${gimp_dir}")
  26.  
  27. # Sets how many processors GIMP should try to use simultaneously.  This is an
  28. # integer value.
  29. # (num-processors 1)
  30.  
  31. # When the amount of pixel data exceeds this limit, GIMP will start to swap
  32. # tiles to disk.  This is a lot slower but it makes it possible to work on
  33. # images that wouldn't fit into memory otherwise.  If you have a lot of RAM,
  34. # you may want to set this to a higher value.  The integer size can contain a
  35. # suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being
  36. # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
  37. # specified the size defaults to being specified in kilobytes.
  38. # (tile-cache-size 1024M)
  39.  
  40. # Sets the level of interpolation used for scaling and other transformations.
  41. #  Possible values are none, linear, cubic and lanczos.
  42. # (interpolation-type cubic)
  43.  
  44. # Sets the plug-in search path.  This is a colon-separated list of folders to
  45. # search.
  46. # (plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
  47.  
  48. # Sets the module search path.  This is a colon-separated list of folders to
  49. # search.
  50. # (module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
  51.  
  52. # Sets the interpreter search path.  This is a colon-separated list of
  53. # folders to search.
  54. # (interpreter-path "${gimp_dir}/interpreters:${gimp_plug_in_dir}/interpreters")
  55.  
  56. # Sets the environ search path.  This is a colon-separated list of folders to
  57. # search.
  58. # (environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
  59.  
  60. # Sets the brush search path.  This is a colon-separated list of folders to
  61. # search.
  62. # (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
  63.  
  64. #   This is a colon-separated list of folders to search.
  65. # (brush-path-writable "${gimp_dir}/brushes")
  66.  
  67. # Sets the pattern search path.  This is a colon-separated list of folders to
  68. # search.
  69. # (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
  70.  
  71. #   This is a colon-separated list of folders to search.
  72. # (pattern-path-writable "${gimp_dir}/patterns")
  73.  
  74. # Sets the palette search path.  This is a colon-separated list of folders to
  75. # search.
  76. # (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
  77.  
  78. #   This is a colon-separated list of folders to search.
  79. # (palette-path-writable "${gimp_dir}/palettes")
  80.  
  81. # Sets the gradient search path.  This is a colon-separated list of folders
  82. # to search.
  83. # (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
  84.  
  85. #   This is a colon-separated list of folders to search.
  86. # (gradient-path-writable "${gimp_dir}/gradients")
  87.  
  88. # Where to look for fonts in addition to the system-wide installed fonts. 
  89. # This is a colon-separated list of folders to search.
  90. # (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
  91.  
  92. # Specify a default brush.  The brush is searched for in the specified brush
  93. # path.  This is a string value.
  94. # (default-brush "Circle (11)")
  95.  
  96. # Specify a default pattern.  This is a string value.
  97. # (default-pattern "Pine")
  98.  
  99. # Specify a default palette.  This is a string value.
  100. # (default-palette "Default")
  101.  
  102. # Specify a default gradient.  This is a string value.
  103. # (default-gradient "FG to BG (RGB)")
  104.  
  105. # Specify a default font.  This is a string value.
  106. # (default-font "Sans")
  107.  
  108. # When enabled, the selected brush will be used for all tools.  Possible
  109. # values are yes and no.
  110. # (global-brush yes)
  111.  
  112. # When enabled, the selected pattern will be used for all tools.  Possible
  113. # values are yes and no.
  114. # (global-pattern yes)
  115.  
  116. # When enabled, the selected palette will be used for all tools.  Possible
  117. # values are yes and no.
  118. # (global-palette yes)
  119.  
  120. # When enabled, the selected gradient will be used for all tools.  Possible
  121. # values are yes and no.
  122. # (global-gradient yes)
  123.  
  124. # When enabled, the selected font will be used for all tools.  Possible
  125. # values are yes and no.
  126. # (global-font yes)
  127.  
  128. # Sets the default image in the "File/New" dialog.  This is a parameter list.
  129. # (default-image
  130. #     (width 640)
  131. #     (height 400)
  132. #     (unit pixels)
  133. #     (xresolution 72.000000)
  134. #     (yresolution 72.000000)
  135. #     (resolution-unit inches)
  136. #     (image-type rgb)
  137. #     (fill-type background-fill)
  138. #     (comment "Created with GIMP"))
  139.  
  140. # Specify a default image grid.  This is a parameter list.
  141. # (default-grid
  142. #     (style solid)
  143. #     (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
  144. #     (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
  145. #     (xspacing 10.000000)
  146. #     (yspacing 10.000000)
  147. #     (spacing-unit inches)
  148. #     (xoffset 0.000000)
  149. #     (yoffset 0.000000)
  150. #     (offset-unit inches))
  151.  
  152. # Sets the minimal number of operations that can be undone. More undo levels
  153. # are kept available until the undo-size limit is reached.  This is an
  154. # integer value.
  155. # (undo-levels 5)
  156.  
  157. # Sets an upper limit to the memory that is used per image to keep operations
  158. # on the undo stack. Regardless of this setting, at least as many undo-levels
  159. # as configured can be undone.  The integer size can contain a suffix of 'B',
  160. # 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
  161. # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
  162. # size defaults to being specified in kilobytes.
  163. # (undo-size 64M)
  164.  
  165. # Sets the size of the previews in the Undo History.  Possible values are
  166. # tiny, extra-small, small, medium, large, extra-large, huge, enormous and
  167. # gigantic.
  168. # (undo-preview-size large)
  169.  
  170. # How many recently used plug-ins to keep on the Filters menu.  This is an
  171. # integer value.
  172. # (plug-in-history-size 10)
  173.  
  174. # Sets the pluginrc search path.  This is a single filename.
  175. # (pluginrc-path "${gimp_dir}/pluginrc")
  176.  
  177. # Sets whether GIMP should create previews of layers and channels. Previews
  178. # in the layers and channels dialog are nice to have but they can slow things
  179. # down when working with large images.  Possible values are yes and no.
  180. # (layer-previews yes)
  181.  
  182. # Sets the preview size used for layers and channel previews in newly created
  183. # dialogs.  Possible values are tiny, extra-small, small, medium, large,
  184. # extra-large, huge, enormous and gigantic.
  185. # (layer-preview-size medium)
  186.  
  187. # Sets the size of the thumbnail shown in the Open dialog.  Possible values
  188. # are none, normal and large.
  189. # (thumbnail-size normal)
  190.  
  191. # The thumbnail in the Open dialog will be automatically updated if the file
  192. # being previewed is smaller than the size set here.  The integer size can
  193. # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
  194. # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
  195. # suffix is specified the size defaults to being specified in kilobytes.
  196. # (thumbnail-filesize-limit 4M)
  197.  
  198. # Install a private colormap; might be useful on 8-bit (256 colors) displays.
  199. #  Possible values are yes and no.
  200. # (install-colormap no)
  201.  
  202. # Generally only a concern for 8-bit displays, this sets the minimum number
  203. # of system colors allocated for GIMP.  This is an integer value.
  204. # (min-colors 144)
  205.  
  206. # Defines the color management behavior.  This is a parameter list.
  207. # (color-management
  208. #     (mode display)
  209. #     (display-profile-from-gdk no)
  210. #     (display-rendering-intent perceptual)
  211. #     (simulation-rendering-intent perceptual)
  212. #     (simulation-gamut-check no)
  213. #     (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
  214. #     (display-module "CdisplayLcms"))
  215.  
  216. # How to handle embedded color profiles when opening a file.  Possible values
  217. # are ask, keep and convert.
  218. # (color-profile-policy ask)
  219.  
  220. # Keep a permanent record of all opened and saved files in the Recent
  221. # Documents list.  Possible values are yes and no.
  222. # (save-document-history yes)
  223.  
  224. # Sets the size of the checkerboard used to display transparency.  Possible
  225. # values are small-checks, medium-checks and large-checks.
  226. # (transparency-size medium-checks)
  227.  
  228. # Sets the manner in which transparency is displayed in images.  Possible
  229. # values are light-checks, gray-checks, dark-checks, white-only, gray-only
  230. # and black-only.
  231. # (transparency-type gray-checks)
  232.  
  233. # This is the distance in pixels where Guide and Grid snapping activates. 
  234. # This is an integer value.
  235. # (snap-distance 8)
  236.  
  237. # Speed of marching ants in the selection outline.  This value is in
  238. # milliseconds (less time indicates faster marching).  This is an integer
  239. # value.
  240. # (marching-ants-speed 200)
  241.  
  242. # When enabled, the image window will automatically resize itself when
  243. # zooming into and out of images.  Possible values are yes and no.
  244. # (resize-windows-on-zoom no)
  245.  
  246. # When enabled, the image window will automatically resize itself whenever
  247. # the physical image size changes.  Possible values are yes and no.
  248. # (resize-windows-on-resize no)
  249.  
  250. # When enabled, this will ensure that each pixel of an image gets mapped to a
  251. # pixel on the screen.  Possible values are yes and no.
  252. # (default-dot-for-dot yes)
  253.  
  254. # When enabled, this will ensure that the full image is visible after a file
  255. # is opened, otherwise it will be displayed with a scale of 1:1.  Possible
  256. # values are yes and no.
  257. # (initial-zoom-to-fit yes)
  258.  
  259. # When enabled, the X server is queried for the mouse's current position on
  260. # each motion event, rather than relying on the position hint.  This means
  261. # painting with large brushes should be more accurate, but it may be slower. 
  262. # Perversely, on some X servers enabling this option results in faster
  263. # painting.  Possible values are yes and no.
  264. # (perfect-mouse yes)
  265.  
  266. # Sets the type of mouse pointers to use.  Possible values are tool-icon,
  267. # tool-crosshair and crosshair.
  268. # (cursor-mode tool-icon)
  269.  
  270. # Context-dependent mouse pointers are helpful.  They are enabled by default.
  271. #  However, they require overhead that you may want to do without.  Possible
  272. # values are yes and no.
  273. # (cursor-updating yes)
  274.  
  275. # When enabled, all paint tools will show a preview of the current brush's
  276. # outline.  Possible values are yes and no.
  277. # (show-brush-outline yes)
  278.  
  279. # When enabled, the mouse pointer will be shown over the image while using a
  280. # paint tool.  Possible values are yes and no.
  281. # (show-paint-tool-cursor yes)
  282.  
  283. # Sets the text to appear in image window titles.  This is a format string;
  284. # certain % character sequences are recognised and expanded as follows:
  285. # %%  literal percent sign
  286. # %f  bare filename, or "Untitled"
  287. # %F  full path to file, or "Untitled"
  288. # %p  PDB image id
  289. # %i  view instance number
  290. # %t  image type (RGB, grayscale, indexed)
  291. # %z  zoom factor as a percentage
  292. # %s  source scale factor
  293. # %d  destination scale factor
  294. # %Dx expands to x if the image is dirty, the empty string otherwise
  295. # %Cx expands to x if the image is clean, the empty string otherwise
  296. # %B  expands to (modified) if the image is dirty, the empty string otherwise
  297. # %A  expands to (clean) if the image is clean, the empty string otherwise
  298. # %l  the number of layers
  299. # %L  the number of layers (long form)
  300. # %m  memory used by the image
  301. # %n  the name of the active layer/channel
  302. # %P  the PDB id of the active layer/channel
  303. # %w  image width in pixels
  304. # %W  image width in real-world units
  305. # %h  image height in pixels
  306. # %H  image height in real-world units
  307. # %u  unit symbol
  308. # %U  unit abbreviation
  309. # (image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
  310.  
  311. # Sets the text to appear in image window status bars.  This is a format
  312. # string; certain % character sequences are recognised and expanded as
  313. # follows:
  314. # %%  literal percent sign
  315. # %f  bare filename, or "Untitled"
  316. # %F  full path to file, or "Untitled"
  317. # %p  PDB image id
  318. # %i  view instance number
  319. # %t  image type (RGB, grayscale, indexed)
  320. # %z  zoom factor as a percentage
  321. # %s  source scale factor
  322. # %d  destination scale factor
  323. # %Dx expands to x if the image is dirty, the empty string otherwise
  324. # %Cx expands to x if the image is clean, the empty string otherwise
  325. # %B  expands to (modified) if the image is dirty, the empty string otherwise
  326. # %A  expands to (clean) if the image is clean, the empty string otherwise
  327. # %l  the number of layers
  328. # %L  the number of layers (long form)
  329. # %m  memory used by the image
  330. # %n  the name of the active layer/channel
  331. # %P  the PDB id of the active layer/channel
  332. # %w  image width in pixels
  333. # %W  image width in real-world units
  334. # %h  image height in pixels
  335. # %H  image height in real-world units
  336. # %u  unit symbol
  337. # %U  unit abbreviation
  338. # (image-status-format "%n (%m)")
  339.  
  340. # Ask for confirmation before closing an image without saving.  Possible
  341. # values are yes and no.
  342. # (confirm-on-close yes)
  343.  
  344. # Sets the monitor's horizontal resolution, in dots per inch.  If set to 0,
  345. # forces the X server to be queried for both horizontal and vertical
  346. # resolution information.  This is a float value.
  347. # (monitor-xresolution 96.000000)
  348.  
  349. # Sets the monitor's vertical resolution, in dots per inch.  If set to 0,
  350. # forces the X server to be queried for both horizontal and vertical
  351. # resolution information.  This is a float value.
  352. # (monitor-yresolution 96.000000)
  353.  
  354. # When enabled, GIMP will use the monitor resolution from the windowing
  355. # system.  Possible values are yes and no.
  356. # (monitor-resolution-from-windowing-system yes)
  357.  
  358. # Sets the size of the navigation preview available in the lower right corner
  359. # of the image window.  Possible values are tiny, extra-small, small, medium,
  360. # large, extra-large, huge, enormous and gigantic.
  361. # (navigation-preview-size medium)
  362.  
  363. # Sets the default settings for the image view.  This is a parameter list.
  364. # (default-view
  365. #     (show-menubar yes)
  366. #     (show-rulers yes)
  367. #     (show-scrollbars yes)
  368. #     (show-statusbar yes)
  369. #     (show-selection yes)
  370. #     (show-layer-boundary yes)
  371. #     (show-guides yes)
  372. #     (show-grid no)
  373. #     (show-sample-points yes)
  374. #     (padding-mode default)
  375. #     (padding-color (color-rgb 1.000000 1.000000 1.000000)))
  376.  
  377. # Sets the default settings used when an image is viewed in fullscreen mode. 
  378. # This is a parameter list.
  379. # (default-fullscreen-view
  380. #     (show-menubar yes)
  381. #     (show-rulers yes)
  382. #     (show-scrollbars yes)
  383. #     (show-statusbar yes)
  384. #     (show-selection yes)
  385. #     (show-layer-boundary yes)
  386. #     (show-guides yes)
  387. #     (show-grid no)
  388. #     (show-sample-points yes)
  389. #     (padding-mode default)
  390. #     (padding-color (color-rgb 1.000000 1.000000 1.000000)))
  391.  
  392. # When enabled, an image will become the active image when its image window
  393. # receives the focus. This is useful for window managers using "click to
  394. # focus".  Possible values are yes and no.
  395. # (activate-on-focus yes)
  396.  
  397. # What to do when the space bar is pressed in the image window.  Possible
  398. # values are none, pan and move.
  399. # (space-bar-action pan)
  400.  
  401. # Sets the color that is used for XOR drawing. This setting only exists as a
  402. # workaround for buggy display drivers. If lines on the canvas are not
  403. # correctly undrawn, try to set this to white.  The color is specified in the
  404. # form (color-rgb red green blue) with channel values as floats in the range
  405. # of 0.0 to 1.0.
  406. # (xor-color (color-rgb 0.501961 1.000000 0.501961))
  407.  
  408. # There's a tradeoff between speed and quality of the zoomed-out display. 
  409. # Possible values are low and high.
  410. # (zoom-quality high)
  411.  
  412. # Tools such as fuzzy-select and bucket fill find regions based on a
  413. # seed-fill algorithm.  The seed fill starts at the initially selected pixel
  414. # and progresses in all directions until the difference of pixel intensity
  415. # from the original is greater than a specified threshold. This value
  416. # represents the default threshold.  This is an integer value.
  417. # (default-threshold 15)
  418.  
  419. # If enabled, the move tool sets the edited layer or path as active.  This
  420. # used to be the default behaviour in older versions.  Possible values are
  421. # yes and no.
  422. # (move-tool-changes-active no)
  423.  
  424. # When enabled, GIMP will not save an image if it has not been changed since
  425. # it was opened.  Possible values are yes and no.
  426. # (trust-dirty-flag no)
  427.  
  428. # Remember the current tool, pattern, color, and brush across GIMP sessions. 
  429. # Possible values are yes and no.
  430. # (save-device-status no)
  431.  
  432. # Save the positions and sizes of the main dialogs when GIMP exits.  Possible
  433. # values are yes and no.
  434. # (save-session-info yes)
  435.  
  436. # Let GIMP try to restore your last saved session on each startup.  Possible
  437. # values are yes and no.
  438. # (restore-session yes)
  439.  
  440. # Save the tool options when GIMP exits.  Possible values are yes and no.
  441. # (save-tool-options no)
  442.  
  443. # Show a tooltip when the pointer hovers over an item.  Possible values are
  444. # yes and no.
  445. # (show-tooltips yes)
  446.  
  447. # When enabled, menus can be torn off.  Possible values are yes and no.
  448. # (tearoff-menus yes)
  449.  
  450. # When enabled, you can change keyboard shortcuts for menu items by hitting a
  451. # key combination while the menu item is highlighted.  Possible values are
  452. # yes and no.
  453. # (can-change-accels no)
  454.  
  455. # Save changed keyboard shortcuts when GIMP exits.  Possible values are yes
  456. # and no.
  457. # (save-accels yes)
  458.  
  459. # Restore saved keyboard shortcuts on each GIMP startup.  Possible values are
  460. # yes and no.
  461. # (restore-accels yes)
  462.  
  463. # When enabled, GIMP will show mnemonics in menus.  Possible values are yes
  464. # and no.
  465. # (menu-mnemonics yes)
  466.  
  467. # How many recently opened image filenames to keep on the File menu.  This is
  468. # an integer value.
  469. # (last-opened-size 10)
  470.  
  471. # GIMP will warn the user if an attempt is made to create an image that would
  472. # take more memory than the size specified here.  The integer size can
  473. # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
  474. # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
  475. # suffix is specified the size defaults to being specified in kilobytes.
  476. # (max-new-image-size 128M)
  477.  
  478. # Show the current foreground and background colors in the toolbox.  Possible
  479. # values are yes and no.
  480. # (toolbox-color-area yes)
  481.  
  482. # Show the currently selected brush, pattern and gradient in the toolbox. 
  483. # Possible values are yes and no.
  484. # (toolbox-foo-area no)
  485.  
  486. # Show the currently active image in the toolbox.  Possible values are yes
  487. # and no.
  488. # (toolbox-image-area no)
  489.  
  490. # Show the GIMP mascot at the top of the toolbox.  Possible values are yes
  491. # and no.
  492. # (toolbox-wilber yes)
  493.  
  494. # Sets the theme search path.  This is a colon-separated list of folders to
  495. # search.
  496. # (theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
  497.  
  498. # The name of the theme to use.  This is a string value.
  499. # (theme "Default")
  500.  
  501. # When enabled, pressing F1 will open the help browser.  Possible values are
  502. # yes and no.
  503. # (use-help yes)
  504.  
  505. # When enabled, dialogs will show a help button that gives access to the
  506. # related help page.  Without this button, the help page can still be reached
  507. # by pressing F1.  Possible values are yes and no.
  508. # (show-help-button yes)
  509.  
  510. # Specifies the language preferences used by the help system. This is a
  511. # colon-separated list of language identifiers with decreasing priority. If
  512. # empty, the language is taken from the user's locale setting.  This is a
  513. # string value.
  514. # (help-locales "")
  515.  
  516. # Sets the browser used by the help system.  Possible values are gimp and
  517. # web-browser.
  518. # (help-browser gimp)
  519.  
  520. # Sets the external web browser to be used.  This can be an absolute path or
  521. # the name of an executable to search for in the user's PATH. If the command
  522. # contains '%s' it will be replaced with the URL, else the URL will be
  523. # appended to the command with a space separating the two.  This is a single
  524. # filename.
  525. # (web-browser "firefox %s")
  526.  
  527. # When enabled, the online user manual will be used by the help system.
  528. # Otherwise the locally installed copy is used.  Possible values are yes and
  529. # no.
  530. # (user-manual-online no)
  531.  
  532. # The location of the online user manual. This is used if
  533. # 'user-manual-online' is enabled.  This is a string value.
  534. # (user-manual-online-uri "http://docs.gimp.org/2.6")
  535.  
  536. # The window type hint that is set on the toolbox. This may affect how your
  537. # window manager decorates and handles the toolbox window.  Possible values
  538. # are normal, utility and keep-above.
  539. # (toolbox-window-hint utility)
  540.  
  541. # The window type hint that is set on dock windows. This may affect the way
  542. # your window manager decorates and handles dock windows.  Possible values
  543. # are normal, utility and keep-above.
  544. # (dock-window-hint utility)
  545.  
  546. # When enabled, dock windows (the toolbox and palettes) are set to be
  547. # transient to the active image window. Most window managers will keep the
  548. # dock windows above the image window then, but it may also have other
  549. # effects.  Possible values are yes and no.
  550. # (transient-docks no)
  551.  
  552. # Sets the pixel format to use for mouse pointers.  Possible values are
  553. # bitmap and pixbuf.
  554. # (cursor-format pixbuf)
  555.  
  556. # Where to search for fractals used by the Fractal Explorer plug-in.  This is
  557. # a colon-separated list of folders to search.
  558. # (fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
  559.  
  560. # Where to search for Gfig figures used by the Gfig plug-in.  This is a
  561. # colon-separated list of folders to search.
  562. # (gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")
  563.  
  564. # Where to search for gflares used by the GFlare plug-in.  This is a
  565. # colon-separated list of folders to search.
  566. # (gflare-path "${gimp_dir}/gflare:${gimp_data_dir}/gflare")
  567.  
  568. # Where to search for data used by the Gimpressionist plug-in.  This is a
  569. # colon-separated list of folders to search.
  570. # (gimpressionist-path "${gimp_dir}/gimpressionist:${gimp_data_dir}/gimpressionist")
  571.  
  572. # This path will be searched for scripts when the Script-Fu plug-in is run. 
  573. # This is a colon-separated list of folders to search.
  574. # (script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")
  575.  
  576.